home *** CD-ROM | disk | FTP | other *** search
/ Delphi Programmer's Power Pack / Delphi Volume 1.iso / s_to_z / sysinfsw / sysiabt.dfm / sysiabt.txt < prev   
Text File  |  1996-09-15  |  9KB  |  407 lines

  1. object SysInfoAboutBox: TSysInfoAboutBox
  2.   Left = 197
  3.   Top = 110
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'About'
  7.   ClientHeight = 336
  8.   ClientWidth = 373
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'System'
  12.   Font.Style = []
  13.   PixelsPerInch = 96
  14.   Position = poScreenCenter
  15.   OnActivate = FormActivate
  16.   TextHeight = 16
  17.   object Panel1: TPanel
  18.     Left = 4
  19.     Top = 4
  20.     Width = 365
  21.     Height = 105
  22.     BevelInner = bvLowered
  23.     BevelWidth = 2
  24.     TabOrder = 0
  25.     object ProgramIcon: TImage
  26.       Left = 44
  27.       Top = 16
  28.       Width = 32
  29.       Height = 32
  30.       Picture.Data = {<image000.bmp>}
  31.       Stretch = True
  32.       IsControl = True
  33.     end
  34.     object ProductName: TLabel
  35.       Left = 108
  36.       Top = 8
  37.       Width = 222
  38.       Height = 24
  39.       Caption = 'System Info Component'
  40.       Font.Color = clWindowText
  41.       Font.Height = -19
  42.       Font.Name = 'MS Sans Serif'
  43.       Font.Style = [fsBold]
  44.       ParentFont = False
  45.       Transparent = True
  46.     end
  47.     object Version: TLabel
  48.       Left = 124
  49.       Top = 36
  50.       Width = 46
  51.       Height = 16
  52.       Caption = 'Version'
  53.       Font.Color = clWindowText
  54.       Font.Height = -13
  55.       Font.Name = 'MS Sans Serif'
  56.       Font.Style = []
  57.       ParentFont = False
  58.       Transparent = True
  59.     end
  60.     object VersionNumber: TLabel
  61.       Left = 176
  62.       Top = 36
  63.       Width = 141
  64.       Height = 16
  65.       Caption = '1.00 Shareware Version'
  66.       Font.Color = clWindowText
  67.       Font.Height = -13
  68.       Font.Name = 'MS Sans Serif'
  69.       Font.Style = []
  70.       ParentFont = False
  71.       Transparent = True
  72.     end
  73.     object Copyright: TLabel
  74.       Left = 8
  75.       Top = 60
  76.       Width = 189
  77.       Height = 16
  78.       Caption = 'Copyright 1995, TechnoSoft, Inc.'
  79.       Font.Color = clWindowText
  80.       Font.Height = -13
  81.       Font.Name = 'MS Sans Serif'
  82.       Font.Style = []
  83.       ParentFont = False
  84.       Transparent = True
  85.     end
  86.     object Comments: TLabel
  87.       Left = 8
  88.       Top = 80
  89.       Width = 338
  90.       Height = 16
  91.       Caption = 'A component to allow easy access to system information.'
  92.       Font.Color = clWindowText
  93.       Font.Height = -13
  94.       Font.Name = 'MS Sans Serif'
  95.       Font.Style = []
  96.       ParentFont = False
  97.       Transparent = True
  98.     end
  99.   end
  100.   object Panel2: TPanel
  101.     Left = 4
  102.     Top = 108
  103.     Width = 365
  104.     Height = 45
  105.     BevelInner = bvLowered
  106.     BevelWidth = 2
  107.     TabOrder = 1
  108.     object Label8: TLabel
  109.       Left = 40
  110.       Top = 8
  111.       Width = 31
  112.       Height = 13
  113.       Caption = 'User:'
  114.       Font.Color = clBlack
  115.       Font.Height = -11
  116.       Font.Name = 'MS Sans Serif'
  117.       Font.Style = [fsBold]
  118.       ParentFont = False
  119.       WordWrap = True
  120.       IsControl = True
  121.     end
  122.     object Label10: TLabel
  123.       Left = 40
  124.       Top = 24
  125.       Width = 56
  126.       Height = 13
  127.       Caption = 'Company:'
  128.       Font.Color = clBlack
  129.       Font.Height = -11
  130.       Font.Name = 'MS Sans Serif'
  131.       Font.Style = [fsBold]
  132.       ParentFont = False
  133.       WordWrap = True
  134.       IsControl = True
  135.     end
  136.     object UserName: TLabel
  137.       Left = 156
  138.       Top = 8
  139.       Width = 153
  140.       Height = 13
  141.       AutoSize = False
  142.       Font.Color = clBlack
  143.       Font.Height = -11
  144.       Font.Name = 'MS Sans Serif'
  145.       Font.Style = []
  146.       ParentFont = False
  147.       WordWrap = True
  148.       IsControl = True
  149.     end
  150.     object CompanyName: TLabel
  151.       Left = 156
  152.       Top = 24
  153.       Width = 153
  154.       Height = 13
  155.       AutoSize = False
  156.       Font.Color = clBlack
  157.       Font.Height = -11
  158.       Font.Name = 'MS Sans Serif'
  159.       Font.Style = []
  160.       ParentFont = False
  161.       WordWrap = True
  162.       IsControl = True
  163.     end
  164.   end
  165.   object Panel3: TPanel
  166.     Left = 4
  167.     Top = 152
  168.     Width = 365
  169.     Height = 77
  170.     BevelInner = bvLowered
  171.     BevelWidth = 2
  172.     TabOrder = 2
  173.     object Label1: TLabel
  174.       Left = 40
  175.       Top = 40
  176.       Width = 102
  177.       Height = 13
  178.       Caption = 'Windows Version:'
  179.       Font.Color = clBlack
  180.       Font.Height = -11
  181.       Font.Name = 'MS Sans Serif'
  182.       Font.Style = [fsBold]
  183.       ParentFont = False
  184.       WordWrap = True
  185.       IsControl = True
  186.     end
  187.     object Label2: TLabel
  188.       Left = 40
  189.       Top = 56
  190.       Width = 77
  191.       Height = 13
  192.       Caption = 'DOS Version:'
  193.       Font.Color = clBlack
  194.       Font.Height = -11
  195.       Font.Name = 'MS Sans Serif'
  196.       Font.Style = [fsBold]
  197.       ParentFont = False
  198.       WordWrap = True
  199.       IsControl = True
  200.     end
  201.     object Label3: TLabel
  202.       Left = 40
  203.       Top = 24
  204.       Width = 75
  205.       Height = 13
  206.       Caption = 'Coprocessor:'
  207.       Font.Color = clBlack
  208.       Font.Height = -11
  209.       Font.Name = 'MS Sans Serif'
  210.       Font.Style = [fsBold]
  211.       ParentFont = False
  212.       WordWrap = True
  213.       IsControl = True
  214.     end
  215.     object Label4: TLabel
  216.       Left = 40
  217.       Top = 8
  218.       Width = 30
  219.       Height = 13
  220.       Caption = 'CPU:'
  221.       Font.Color = clBlack
  222.       Font.Height = -11
  223.       Font.Name = 'MS Sans Serif'
  224.       Font.Style = [fsBold]
  225.       ParentFont = False
  226.       WordWrap = True
  227.       IsControl = True
  228.     end
  229.     object WinVersion: TLabel
  230.       Left = 156
  231.       Top = 40
  232.       Width = 129
  233.       Height = 13
  234.       AutoSize = False
  235.       Font.Color = clBlack
  236.       Font.Height = -11
  237.       Font.Name = 'MS Sans Serif'
  238.       Font.Style = []
  239.       ParentFont = False
  240.       WordWrap = True
  241.       IsControl = True
  242.     end
  243.     object DosVersion: TLabel
  244.       Left = 156
  245.       Top = 56
  246.       Width = 129
  247.       Height = 13
  248.       AutoSize = False
  249.       Font.Color = clBlack
  250.       Font.Height = -11
  251.       Font.Name = 'MS Sans Serif'
  252.       Font.Style = []
  253.       ParentFont = False
  254.       WordWrap = True
  255.       IsControl = True
  256.     end
  257.     object Coprocessor: TLabel
  258.       Left = 156
  259.       Top = 24
  260.       Width = 129
  261.       Height = 13
  262.       AutoSize = False
  263.       Font.Color = clBlack
  264.       Font.Height = -11
  265.       Font.Name = 'MS Sans Serif'
  266.       Font.Style = []
  267.       ParentFont = False
  268.       WordWrap = True
  269.       IsControl = True
  270.     end
  271.     object CPU: TLabel
  272.       Left = 156
  273.       Top = 8
  274.       Width = 129
  275.       Height = 13
  276.       AutoSize = False
  277.       Font.Color = clBlack
  278.       Font.Height = -11
  279.       Font.Name = 'MS Sans Serif'
  280.       Font.Style = []
  281.       ParentFont = False
  282.       WordWrap = True
  283.       IsControl = True
  284.     end
  285.   end
  286.   object Panel4: TPanel
  287.     Left = 4
  288.     Top = 228
  289.     Width = 365
  290.     Height = 61
  291.     BevelInner = bvLowered
  292.     BevelWidth = 2
  293.     TabOrder = 3
  294.     object Label5: TLabel
  295.       Left = 40
  296.       Top = 8
  297.       Width = 77
  298.       Height = 13
  299.       Caption = 'Free Memory:'
  300.       Font.Color = clBlack
  301.       Font.Height = -11
  302.       Font.Name = 'MS Sans Serif'
  303.       Font.Style = [fsBold]
  304.       ParentFont = False
  305.       WordWrap = True
  306.       IsControl = True
  307.     end
  308.     object Label6: TLabel
  309.       Left = 40
  310.       Top = 24
  311.       Width = 94
  312.       Height = 13
  313.       Caption = 'Free Resources:'
  314.       Font.Color = clBlack
  315.       Font.Height = -11
  316.       Font.Name = 'MS Sans Serif'
  317.       Font.Style = [fsBold]
  318.       ParentFont = False
  319.       WordWrap = True
  320.       IsControl = True
  321.     end
  322.     object Label9: TLabel
  323.       Left = 40
  324.       Top = 40
  325.       Width = 105
  326.       Height = 13
  327.       Caption = 'Free Disk Space:'
  328.       Font.Color = clBlack
  329.       Font.Height = -11
  330.       Font.Name = 'MS Sans Serif'
  331.       Font.Style = [fsBold]
  332.       ParentFont = False
  333.       WordWrap = True
  334.       IsControl = True
  335.     end
  336.     object FreeMemory: TLabel
  337.       Left = 156
  338.       Top = 8
  339.       Width = 133
  340.       Height = 13
  341.       AutoSize = False
  342.       Font.Color = clBlack
  343.       Font.Height = -11
  344.       Font.Name = 'MS Sans Serif'
  345.       Font.Style = []
  346.       ParentFont = False
  347.       WordWrap = True
  348.       IsControl = True
  349.     end
  350.     object FreeResources: TLabel
  351.       Left = 156
  352.       Top = 24
  353.       Width = 133
  354.       Height = 13
  355.       AutoSize = False
  356.       Font.Color = clBlack
  357.       Font.Height = -11
  358.       Font.Name = 'MS Sans Serif'
  359.       Font.Style = []
  360.       ParentFont = False
  361.       WordWrap = True
  362.       IsControl = True
  363.     end
  364.     object FreeDisk: TLabel
  365.       Left = 156
  366.       Top = 40
  367.       Width = 133
  368.       Height = 13
  369.       AutoSize = False
  370.       Font.Color = clBlack
  371.       Font.Height = -11
  372.       Font.Name = 'MS Sans Serif'
  373.       Font.Style